home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / esc.jar / com / extensibility / xa / AggregateAttributeDecl$5.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-06-30  |  1.1 KB  |  23 lines

  1. package com.extensibility.xa;
  2.  
  3. import com.extensibility.xml.AttributeDeclaration;
  4.  
  5. class AggregateAttributeDecl$5 implements AggregateAttributeDecl.Operation {
  6.    // $FF: synthetic field
  7.    final String val$options;
  8.    // $FF: synthetic field
  9.    final AggregateAttributeDecl this$0;
  10.  
  11.    public void performOperation(AttributeDeclaration var1) {
  12.       if (this.this$0.getGlobal() == null || this.this$0.nullEquals(this.this$0.getGlobal().getOptions(), var1.getOptions())) {
  13.          var1.setOptions(this.val$options);
  14.       }
  15.  
  16.    }
  17.  
  18.    AggregateAttributeDecl$5(String var1, AggregateAttributeDecl var2) {
  19.       this.val$options = var1;
  20.       this.this$0 = var2;
  21.    }
  22. }
  23.